-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix missing link #121
Fix missing link #121
Conversation
I used the chance to change the return value for an invalid phone number and email address to |
Two further questions:
|
…y text and return a boolean value in makePhoneCall to display an error message in case of an error
We can not do this that way. A common case is e.g. "Bürgertelefon 1234 5678" so we have to filter the "Bürgertelefon in the front to get the telephone number. I had to change that back. In general, the contact field is in the CAP docu defined as "The text describing the contact for follow-up and confirmation of the alert message (OPTIONAL)". So, there can be anything inside that field. I also saw an alert containing a URL inside the contact field. |
fix #119 and fix #120